Whitespace fix
authorMatthias Clasen <mclasen@redhat.com>
Sun, 4 Dec 2011 23:33:01 +0000 (18:33 -0500)
committerRyan Lortie <desrt@desrt.ca>
Mon, 19 Dec 2011 17:51:10 +0000 (12:51 -0500)
gtk/gtkapplicationwindow.h

index 20927460db244ce37c67d9cd8282b87f4a69e3a9..66c392944e4d6f2aedfeb76a5c3de9dde24d69b0 100644 (file)
@@ -59,10 +59,10 @@ struct _GtkApplicationWindowClass
 };
 
 GType       gtk_application_window_get_type          (void) G_GNUC_CONST;
-GtkWidget * gtk_application_window_new               (GtkApplication       *application);
+GtkWidget * gtk_application_window_new               (GtkApplication      *application);
 
 void        gtk_application_window_set_show_menubar (GtkApplicationWindow *window,
-                                                    gboolean              show);
+                                                     gboolean              show);
 gboolean    gtk_application_window_get_show_menubar (GtkApplicationWindow *window);
 
 G_END_DECLS